home *** CD-ROM | disk | FTP | other *** search
- Path: turicum.chnet.ch!zug.turicum.chnet.ch
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: AmiTCP not reading packets from ethernet
- Message-ID: <xGJwBMD4F99aez2@borki.zug.turicum.chnet.ch>
- From: BORKI@zug.turicum.chnet.ch (Reto Burkhalter)
- Date: Wed, 7 Feb 96 10:33:05 GMT
- References: <RmG-x*Ic2@wolf359.exile.org>
- Organization: Turicum Communications
- X-Gateway: ZCONNECT UE turicum.chnet.ch [PolyNet Amiga RFC/ZC V4.23 no.
- 599198gr45qW-017]
- X-Mailer: MicroDot 1.10 [REGISTERED 004f99]
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
-
- >> eric@wolf359.exile.org (Eric Edwards)
- >> 28.01.1996
-
-
- EE> failat 40
- EE> online devs:networks/ppp.device 0
- EE> online devs:networks/ariadne.device 0
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
- IMHO not necessary, comment it out...
-
- EE> ; log in
- EE> echo
- EE> echo login: eric
- EE> AmiTCP:bin/login -f eric
- EE> AmiTCP:bin/umask 022
- EE> AmiTCP:AmiTCP
- EE> WaitForPort AMITCP
- EE> ; Configure loop-back device
- EE> AmiTCP:bin/ifconfig lo0 localhost
- EE> ; Configure ppp0
- EE> AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
- EE> ; configure ethernet
- EE> AmiTCP:bin/ifconfig ariadne inet 192.168.1.2 netmask 255.255.255.0 -arp
-
- Replace this line with:
- AmiTCP:bin/ifconfig ariadne 193.168.1.2
-
- I think, no netmask is needed. But make sure that ths Sun has same
- config (no netmask) but another IP-address in the same net, e.g.
- 193.168.1.1
-
- EE> ; Add route to this host
- EE> ;AmiTCP:bin/route add $ppp0iplocal localhost
- EE> ; Add route for local lan
- EE> ;AmiTCP:bin/route add 192.168.1.2 localhost
- EE> ;
- EE> AmiTCP:bin/route add default $ppp0ipremote
- EE> ;setenv HOSTNAME `AmiTCP:bin/hostname`
- EE> Assign TCP: Exists > NIL:
- EE> IF Warn
- EE> Mount TCP: from AmiTCP:devs/Inet-Mountlist
- EE> EndIf
- EE> ; Start the internet `super server'
- EE> run AmiTCP:bin/inetd
- EE>
- EE> --end of amitcp:bin/startnet------
-
-
- Check it out..
-
-
- Reto
-
-